Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / AddItem Method / AddItem(Object[],Int32,Int32) Method

In This Topic
    AddItem(Object[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function AddItem( _
       ByVal items() As System.Object, _
       ByVal rowIndex As System.Integer, _
       ByVal colIndex As System.Integer _
    ) As C1.Win.C1FlexGrid.Row
    public C1.Win.C1FlexGrid.Row AddItem( 
       System.object[] items,
       System.int rowIndex,
       System.int colIndex
    )

    Parameters

    items
    rowIndex
    colIndex
    See Also